analyzeRectangleOperator Method
In This Topic
Called when re operator is found.
Syntax
public void analyzeRectangleOperator(
double ,
double ,
double ,
double
)
|
Parameters
- x
- X coordinate
- y
- Y coordinate
- width
- Rectangle width
- height
- Rectangle height
See Also